home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 36 / qostnote.zip / QRAMC&T.TEC < prev    next >
Text File  |  1990-07-03  |  5KB  |  96 lines

  1. ID:CT QRAM and C&T NEAT Chip Set
  2. Quarterdeck Technical Note
  3. by Daniel Travison
  4.  
  5.  
  6.    This technote discusses a very specific configuration, systems
  7. implementing the NEAT Chip Set and an EMS driver that does not provide
  8. mappable areas other than the page frame.  Typically, QRAM is placed in
  9. your CONFIG.SYS file on a line AFTER your EMS driver.  When the system is
  10. rebooted, QRAM reports 'Nothing useful to do'. On a system that contains
  11. the NEAT Chip set, QRAM can use the system's shadow RAM feature to provide
  12. High Ram.  The objective is to allow QRAM to use the Shadow RAM provided by
  13. the NEAT Chip Set while allowing the EMS driver to provide expanded memory
  14. with a page frame.  The key to this setup working is to have QRAM exclude
  15. the area the EMS driver uses for the page frame and also load QRAM BEFORE
  16. the EMS driver.
  17.  
  18.  
  19. STEP 1:  Boot your system with your EMS driver in your CONFIG.SYS file.
  20.  
  21. STEP 2:  Run Manifest (MFT.EXE) and display the First-Meg/Overview screen.
  22.          You will see something similar to the following map:
  23.  
  24.                Memory Area   Size   Description
  25.  
  26.                0000 - 003F     1K   Interrupt Area
  27.                0040 - 004F   0.3K   BIOS Data Area
  28.                0050 - 006F   0.5K   System Data
  29.                0070 - 0B7C    44K   DOS
  30.                0B7D - 21AF    88K   Program Area
  31.                21B0 - 9FFF   506K   [Available]
  32.                ═══Conventional memory ends at 640K════
  33.                A000 - AFFF    64K   VGA Graphics
  34.                B000 - B7FF    32K   Unused
  35.                B800 - BFFF    32K   VGA Text
  36.                C000 - C7FF    32K   Video ROM
  37.                C800 - D000    32K   Unused
  38.            --->D000 - DFFF    64K   Page Frame      <--- Page Frame address
  39.                E000 - EFFF    64k   Unused
  40.                F000 - FFFF    64K   System ROM
  41.  
  42.          NOTE: Manifest is located in the directory where QRAM is installed.
  43.                Manifest is started by typing MFT.
  44.  
  45. STEP 3:  Locate the entry for the page frame.  If you do not see it, you
  46.          may not have your EMS driver installed in your system.  Refer to
  47.          the documentation that came with the system for information on
  48.          installing the EMS driver.  Most EMS drivers have the letters EMM
  49.          or EMS in thier file name.
  50.  
  51. STEP 4:  Record the starting and ending address of the page frame.  For
  52.          example: The memory map above shows the page frame starting at
  53.          D000 and ending at DFFF.  Your system may have the page frame
  54.          using some other address range.  This is the address range you
  55.          will need to have QRAM exclude.
  56.  
  57. STEP 5:  This step involves editing your CONFIG.SYS file.  You can use and
  58.          editor of your choice as long as it is capable of saving files in
  59.          an ASCII format.  Many word processors also have this capability.
  60.          The documentation may refer to them as TEXT, ASCII, or
  61.          NON-DOCUMENT files.  If you are not sure, or do not have an editor
  62.          or word processor, read the chapter in your DOS manual on using
  63.          EDLIN.  This editor is provided with DOS and can be used to edit
  64.          CONFIG.SYS file.  Your CONFIG.SYS file will be located in the root
  65.          directory of the drive the system boots from.
  66.  
  67.      a:  Determine where the QRAM.SYS file is located.  The install program
  68.          will place it in the C:\QRAM unless you specified something else.
  69.  
  70.      b:  Add a device statement for QRAM in your CONFIG.SYS file.  This
  71.          must be placed on a line BEFORE your EMS driver.  The device
  72.          statement will need an EXCLUDE parameter to tell QRAM not to use
  73.          the area the EMS driver needs for the page frame. (refer to your
  74.          Manifest First-Meg/Overview screen for the page frame addresses).
  75.  
  76.          For example: if QRAM is installed in the C:\QRAM subdirectory and
  77.          the page frame is using the address range D000-DFFF as shown
  78.          above, your device statement for QRAM will look like the
  79.          following:
  80.  
  81.          DEVICE=C:\QRAM\QRAM.SYS EXCLUDE=D000-DFFF
  82.  
  83.      c:  Reboot the computer and watch for the QRAM sign-on display.  If
  84.          QRAM is successful, it will report the areas of High RAM it
  85.          creates.  You may now run OPTIMIZE to get your resident programs
  86.          and drivers loaded into the high RAM.
  87.  
  88. NOTES:   This may also be useful for systems with the NEAT Chip Set and EMS
  89.          drivers that DO provide mappable areas other than the page frame.
  90.          To determine if you will benefit, perform the steps above and run
  91.          Manifest when complete.  You may find this approach allows QRAM to
  92.          create more High RAM areas using shadow ram.
  93.  
  94.  
  95.              * * *   E N D   O F   F I L E    * * * 
  96.